Esx Settings Depots HardwareSupportManagerSummary

Esx Settings Depots HardwareSupportManagerSummary
Esx Settings Depots HardwareSupportManagerSummary

The Esx Settings Depots HardwareSupportManagerSummary schema contains fields that describe the summary of a hardware support manager (HSM).

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "display_name": "string",
    "packages": {
        "packages": {
            "versions": [
                {
                    "version": "string"
                }
            ]
        }
    }
}
string
display_name
Required

UI label for HSM, derived from HSM extension's description's 'label' field.

This property was added in vSphere API 7.0.3.0.

object
packages
Required

Different hardware support packages (HSP) published by the HSM. The key is name of HSP.

This property was added in vSphere API 7.0.3.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package.